github.com/andybalholm/brotli.Writer.writeOutput (method)
7 uses
github.com/andybalholm/brotli (current package)
encode.go#L809: s.writeOutput(storage[:storage_ix>>3])
encode.go#L913: s.writeOutput(storage[:storage_ix>>3])
encode.go#L969: s.writeOutput(destination[:(seal_bits+7)>>3])
encode.go#L1039: s.writeOutput(storage[:out_bytes])
encode.go#L1091: s.writeOutput(s.tiny_buf_.u8[:n])
encode.go#L1109: s.writeOutput(s.tiny_buf_.u8[:c])
encode.go#L1211: func (w *Writer) writeOutput(data []byte) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |